(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <intuition/classusr.h>
#include <proto/intuition.h>
IPTR CoerceMethodA()
SYNOPSIS
Class * cl
Object * obj
Msg message

FUNCTION
INPUTS
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
HISTORY
30.04.1997 aros
Optimized headers
27.01.1997 ldp
Include proto instead of clib
04.12.1996 aros
The macros AROS_SLOWSTACKTAGS and AROS_SLOWSTACKMETHODS now use AROS_TAGRETURNTYPE and AROS_METHODRETURNTYPE to create a variable called retval in which the use suplied part of the function must store the return value. If these types are not defined, then the types default to IPTR.
28.11.1996 aros
A couple of new functions in amiga.lib

Easier code to handle stacktags and stackmethods.